gusucode.com > 支持向量机工具箱 - LIBSVM OSU_SVM LS_SVM源码程序 > 支持向量机工具箱 - LIBSVM OSU_SVM LS_SVM\stprtool\linear\finite\Contents.m

    % Separating of two finite point sets by a hyperplane.
%
%   lindemo    - Demo on using of linear learning algorithms
%                described below.
%
% Algorithms:
%   ekozinec   - Finds epsilon-optimal decision hyperplane.
%   ekozinec2  - Faster version of ekozinec.
%   kozinec    - Kozinec's algorithm searching for decision hyperplane. 
%   perceptr   - Perceptron learning rule searching for decision hyperplane. 
%   linsvm     - Support Vector Machines for the linear and separable case.
%
% Auxiliary functions:
%   csvm       - Separates point set from the origin by hyperplane.
%   testdich   - Randomly creates test examples for dichotomy problem.
%

% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac
% (c) Czech Technical University Prague, http://cmp.felk.cvut.cz
% Written Vojtech Franc (diploma thesis) 21.11.1999
% Modifications
% 11-june-2001, V.Franc, ekozinec2 comment
% 24. 6.00 V. Hlavac, comments polished.